29. Solutions: WHERE with Non-Numeric
Solution from WHERE with Non-Numeric Data
SELECT name, website, primary_poc FROM accounts WHERE name = 'Exxon Mobil';
Note: If you received an error message when executing your query, remember that SQL requires single-quotes, not double-quotes, around text values like 'Exxon Mobil.'
Code
If you need a code on the https://github.com/udacity.